home *** CD-ROM | disk | FTP | other *** search
/ Chip: Net Guide / CHIP NET Rehberi Eylül 1998.iso / ftp / 32psfp / _SETUP.1 / ftppro.exe / 0 / RCDATA / TTRANSFERITEMFORM / TTRANSFERITEMFORM.txt
Encoding:
Text File  |  1998-06-12  |  3.8 KB  |  203 lines

  1. object TransferItemForm: TTransferItemForm
  2.   Left = 254
  3.   Top = 222
  4.   Width = 389
  5.   Height = 354
  6.   Caption = 'Transfer Item'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   ShowHint = True
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel2: TBevel
  18.     Left = 8
  19.     Top = 160
  20.     Width = 265
  21.     Height = 161
  22.     Shape = bsFrame
  23.   end
  24.   object Bevel1: TBevel
  25.     Left = 8
  26.     Top = 56
  27.     Width = 265
  28.     Height = 97
  29.     Shape = bsFrame
  30.   end
  31.   object Label1: TLabel
  32.     Left = 16
  33.     Top = 64
  34.     Width = 74
  35.     Height = 13
  36.     Caption = 'Local Filename:'
  37.   end
  38.   object Label2: TLabel
  39.     Left = 16
  40.     Top = 104
  41.     Width = 80
  42.     Height = 13
  43.     Caption = 'Local File Folder:'
  44.   end
  45.   object Label3: TLabel
  46.     Left = 16
  47.     Top = 208
  48.     Width = 85
  49.     Height = 13
  50.     Caption = 'Remote Filename:'
  51.   end
  52.   object Label4: TLabel
  53.     Left = 16
  54.     Top = 248
  55.     Width = 91
  56.     Height = 13
  57.     Caption = 'Remote File Folder:'
  58.   end
  59.   object Label5: TLabel
  60.     Left = 16
  61.     Top = 168
  62.     Width = 61
  63.     Height = 13
  64.     Caption = 'Remote Site:'
  65.   end
  66.   object Label6: TLabel
  67.     Left = 144
  68.     Top = 72
  69.     Width = 121
  70.     Height = 41
  71.     AutoSize = False
  72.     Caption = 'You can use wildcards in Local File Name (e.g. *.* or img??.gif)'
  73.     Font.Charset = DEFAULT_CHARSET
  74.     Font.Color = clMaroon
  75.     Font.Height = -11
  76.     Font.Name = 'MS Sans Serif'
  77.     Font.Style = []
  78.     ParentFont = False
  79.     Visible = False
  80.     WordWrap = True
  81.   end
  82.   object Label7: TLabel
  83.     Left = 144
  84.     Top = 216
  85.     Width = 121
  86.     Height = 41
  87.     AutoSize = False
  88.     Caption = 
  89.       'You can use wildcards in Remote File Name (e.g. *.* or img??.gif' +
  90.       ')'
  91.     Font.Charset = DEFAULT_CHARSET
  92.     Font.Color = clMaroon
  93.     Font.Height = -11
  94.     Font.Name = 'MS Sans Serif'
  95.     Font.Style = []
  96.     ParentFont = False
  97.     WordWrap = True
  98.   end
  99.   object Edit1: TEdit
  100.     Left = 16
  101.     Top = 80
  102.     Width = 121
  103.     Height = 21
  104.     Hint = 'Enter Local File Name here'
  105.     TabOrder = 1
  106.   end
  107.   object Edit3: TEdit
  108.     Left = 16
  109.     Top = 224
  110.     Width = 121
  111.     Height = 21
  112.     Hint = 'Enter Remote File Name here'
  113.     TabOrder = 4
  114.   end
  115.   object ComboBox1: TComboBox
  116.     Left = 16
  117.     Top = 184
  118.     Width = 249
  119.     Height = 21
  120.     Hint = 'Select Remote Site from the List'
  121.     Style = csDropDownList
  122.     ItemHeight = 13
  123.     TabOrder = 3
  124.     OnChange = ComboBox1Change
  125.   end
  126.   object RadioGroup1: TRadioGroup
  127.     Left = 8
  128.     Top = 0
  129.     Width = 113
  130.     Height = 49
  131.     Caption = 'Transfer Direction'
  132.     ItemIndex = 0
  133.     Items.Strings = (
  134.       'Download'
  135.       'Upload')
  136.     TabOrder = 0
  137.     OnClick = RadioGroup1Click
  138.   end
  139.   object BitBtn1: TBitBtn
  140.     Left = 296
  141.     Top = 8
  142.     Width = 75
  143.     Height = 25
  144.     TabOrder = 6
  145.     Kind = bkOK
  146.   end
  147.   object BitBtn2: TBitBtn
  148.     Left = 296
  149.     Top = 40
  150.     Width = 75
  151.     Height = 25
  152.     TabOrder = 7
  153.     Kind = bkCancel
  154.   end
  155.   object ComboBox2: TComboBox
  156.     Left = 16
  157.     Top = 264
  158.     Width = 249
  159.     Height = 21
  160.     Hint = 'Enter Remote File Folder here'
  161.     ItemHeight = 13
  162.     TabOrder = 5
  163.   end
  164.   object Button2: TButton
  165.     Left = 112
  166.     Top = 290
  167.     Width = 75
  168.     Height = 25
  169.     Hint = 'Add File Folder to the List'
  170.     Caption = '&Add'
  171.     TabOrder = 8
  172.     OnClick = Button2Click
  173.   end
  174.   object Button1: TButton
  175.     Left = 192
  176.     Top = 290
  177.     Width = 75
  178.     Height = 25
  179.     Hint = 'Delete File Folder from the List'
  180.     Caption = '&Delete'
  181.     TabOrder = 9
  182.     OnClick = Button1Click
  183.   end
  184.   object BitBtn3: TBitBtn
  185.     Left = 296
  186.     Top = 72
  187.     Width = 75
  188.     Height = 25
  189.     TabOrder = 10
  190.     OnClick = BitBtn3Click
  191.     Kind = bkHelp
  192.   end
  193.   object Edit2: TDirEdit
  194.     Left = 16
  195.     Top = 120
  196.     Width = 249
  197.     Height = 21
  198.     Hint = 'Enter Local File Folder here'
  199.     AutoSelect = False
  200.     TabOrder = 2
  201.   end
  202. end
  203.